home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-04.Z / 94-04 / text0345.txt < prev    next >
Encoding:
Text File  |  1994-04-30  |  29.3 KB  |  624 lines

  1. Here's a simple, practical tutorial for getting people online. Nothing too 
  2. advanced here. The email requests have been flooding me so I guess it IS worth 
  3. a post.
  4.  
  5. Distribute freely.
  6.  
  7. CUT HERE--------------------------------
  8. Beginners Guide to Internet Stuff.
  9.  
  10. This tutorial captures my experiences with Trumpet Winsock and various
  11. clients under Microsoft Windows. I'm no expert but I'll try to build 
  12. a bridge between beginners and experts.
  13.  
  14.  
  15. WINSOCK:
  16.  
  17. Winsock is a cooperative specification defined by various companies
  18. and government agencies involved in networking. It is an API
  19. superset of Berkeley Sockets with additional routines required
  20. to cooperate with the MS Window environment.
  21.  
  22. There are two catagories of products that a user should understand;
  23. winsock compliant drivers and winsock compliant clients. Being
  24. compliant means that the product implements it's side of the winsock
  25. API; thus any winsock client can use any winsock driver. Winsock is
  26. specific to Microsoft Windows and NT.
  27.  
  28. Drivers:
  29.  
  30. Winsock drivers implement the API through network protocols such
  31. as TCP/IP, SL/IP or PPP. TCP/IP is a long standing protocol for
  32. dedicated networks such an Ethernets, DecNets, and WANs like
  33. direct Internet connections.  
  34.  
  35. SL/IP stands for Serial Link/Internetworking Protocol; otherwise 
  36. known as dialup service. This protocol can be used over phones 
  37. via a modem.  I use this protocol implemented by the Trumpet 
  38. Winsock product, a shareware version available on Internet.
  39.  
  40. PPP is a more robust protocol that works like SL/IP; ie. dialup.
  41. SL/IP was created informally early on and is widely supported. PPP
  42. was created formally, is technically better, but is still catching
  43. up in popularity.
  44.  
  45. Clients:
  46.  
  47. Winsock clients include newsreaders for NNTP services, mail readers
  48. for POP mail services, FTP for downloading from ftp sites, Gopher
  49. for navigating through Gopher servers to find stuff, and Archie which
  50. helps you find stuff to ftp. Other clients include time syncing clients
  51. to set your PC clock, WAIS and WWW for hypertext searching, and 
  52. Telnet for getting terminal access to another machine. I'll only 
  53. talk about those clients that I've used.
  54.  
  55.  
  56. HANDLING INFORMATION:
  57.  
  58. To conserve bandwidth, a variety of compression techniques are
  59. used on raw files. To be able to use these files, you'll need
  60. to recognize them and have the appropriate decompressor. To post
  61. big files you should have the compressing part. The well dressed
  62. Internaut should have:
  63.  
  64. File extension       utility
  65.  
  66. *.zip                pkzip            
  67. *.zoo                zoo
  68. *.tar                   unix tar
  69. *.arc                pkarc
  70. *.Z                  compress
  71.  
  72. The above compression formats are all 8 bits per byte and you must
  73. use a binary mode to move these files across Internet. Services
  74. such as news and email are 7-bits per byte and you must use uuencode/
  75. uudecode to convert between 7 and 8 bits. uu*code is a unix utility
  76. that has been ported to most machines.  You can ftp these compression
  77. utilities from CICA at /pub/msdos/Archive.
  78.  
  79. One popular way to burn bandwidth is exchanging pictures. The
  80. newsgroups alt.binaries.* are used to exchange various kinds of
  81. pictures using uu*code (since news is 7 bits). To view these
  82. pictures, use the news reader to read the article. The picture
  83. will look like a mass of scrambled characters. Save this article
  84. to a file. If the picture is in parts, read each article in order
  85. and APPEND them to the same file. Run this file through uudecode and 
  86. the picture will come out. You can view this picture with picture 
  87. viewers. Again, different file extensions use different viewers. 
  88. The well dressed picture fan should have:
  89.  
  90. *.gif    WinGif or others        Graphical Interchange Format  (compuserve)
  91. *jpg     ecjjpg or winJPG        JPEG, very high res with small files.
  92.                                  Most popular on I'net.
  93. *.mpg    vmpeg or others         MPEG--motion picture version of JPEG
  94. *.tga    Targa                   as in targa boards. 
  95. *.bmp    Paint                   MS Windows uncompressed bitmaps
  96. *.rle    Paint and others        MS Windows compressed bitmaps
  97. *.dib    Paint/WinGif/others     MS Windows Device Independent Bitmaps
  98.  
  99. CICA has these utilities under /pub/pc/win3/*.
  100.  
  101. GETTING PLUGGED IN:
  102.  
  103. 1) Get an account at a SL/IP service provider. These a usually
  104.    commercial sites that will sell you access to internet using a
  105.    variety of dialup protocols such as SL/IP, PPP or UUCP.
  106.  
  107.    When you talk to the provider, ask the following questions.
  108.    You'll need the answers later in the process.
  109.    
  110.    a) News hostname
  111.    b) mail hostname
  112.    c) POP hostname
  113.    
  114.    You should also decide what you want your account name to be.
  115.    This will be used to build your email address.
  116.    
  117.    MY EXPERIENCE:     Use a regular comm program such as Procomm to
  118.    dial into the SL/IP modems and login as 'new' (or whatever it 
  119.    says). Answer some questions and logout. Among the questions will
  120.    be your account name and a password. Remember what you give these
  121.    questions; you'll need them later. Some systems have 'features'
  122.    that make sure you pick a good password; long enough, uncommon
  123.    words and mixed case are the usual rules. Keep trying until the
  124.    machine accepts one--and remember it! Also write down what the
  125.    user and password prompts were.
  126.    
  127.    Some time later, the network operator will setup your account. 
  128.    You'll need to call the service provider first to find out the 
  129.    number, terms, and exact procedures. 
  130.  
  131.    To get the winsock dialer working, you'll need to build a custom
  132.    login.cmd script. If you're familiar with UUCP chat scripts, you
  133.    shouldn't have any problem with this. While you're using the comm
  134.    program to request an account, keep track of the prompts and responses
  135.    needed to get it the system. Part of the login.cmd will be customized
  136.    for your provides prompts. Some ask for Login: while others ask for
  137.    UserID:. The script will need to know which string to wait for.
  138.    The bottom part of the example login.cmd that comes with Trumpet
  139.    is fairly obvious and can do whatever you want. After the line where
  140.    you 'parse your IP address', you can do anything, ping for hosts,
  141.    finger someone everytime, or start your first client which is what
  142.    I do. 
  143.    
  144.    This is the hardest part. If you get stuck, find someone who
  145.    uses the same provider and steal their login.cmd and bye.cmd files. 
  146.    
  147.    To actually dial, use the Dialler | Login menu item to run the
  148.    login.cmd script. When you're done, use the Dialler | Bye menu
  149.    item to run the bye.cmd script. If the login fails for any reason
  150.    like BUSY, bad user id/password, etc, the ESC key will abort the 
  151.    script. Once the msg SLIP ENABLED comes up, you can try again.
  152.  
  153.  
  154. 2) Configure your first client (News/Mail reader):
  155.  
  156.    Normally you start the Trumpet driver and get connected then start
  157.    a client to get something done. Trumpet also includes a newsreader.
  158.    Lets start this one first. Start with the File |Setup menu. 
  159.  
  160.    News Nost Name: The name of the NNTP server. Ask your provider.
  161.    Mail Host Name: The name of the mail server. Ask your provider.
  162.    E-Mail Address: The account name you specified while setting up the
  163.                      account @ the Mail Host Name again (usually).
  164.    Full Name:    This is your name as you want to be known on mail and
  165.                postings. This name is used for the human part of email
  166.                addresses and to credit you with the parts you write
  167.                in news articles.
  168.    Organization: The name for that part of news and email headers.
  169.    Signature Filename: The drive:\path\filename of your sig file. This
  170.                         file will be appended to every news article and
  171.                         email messsage you send. This is where people put
  172.                         USPS addresses, company details, disclaimers,
  173.                         cute quotes, ASCII art, etc. On Unix, this
  174.                         file is named .sig. If you see someone on
  175.                         I'net talking about the .sig, this is what
  176.                         they're talking about.
  177.    POP Host Name: Usually the same as your Mail Nost. Ask your provider.
  178.    POP Username: Your name as known to the POP host. Usually the same
  179.                   as the first part of the EMail Address.
  180.    Password: The passwors you gave the provider. It will echo stars back
  181.                to you. Dont forget it cuz you'll need for the login.cmd
  182.                script too. This password is used for fetching mail.
  183.  
  184. Next go to the File | Network Setup menu. 
  185.  
  186.     IP address:      0.0.0.0   Your actually IP address with determined
  187.                               at login time.
  188.     Time Server:    0.0.0.0     I dont think Trumpet actually supports
  189.                               NTP time servers.
  190.     Domain Suffix: Leave blank.
  191.  
  192. Now use File | Save Settings to keep all this work.
  193.  
  194. Use File | Reconnect to try out the settings. If it doesn't work,
  195. find a network friend. Otherwise, start reading some newsgroups.
  196. If you're new to Newsgroups, it's good manners to just read for
  197. awhile (don't post) to see what the rules of the group are. Most
  198. groups will have a Fequently Asked Questions (FAQ) file available
  199. on request for newbies. Ask for the FAQ or wait for it to be
  200. posted. Most moderators will occasionally post if not explicitly
  201. asked. Also, not all newsgroups are moderated so the language
  202. may be a bit 'unconstrained'.  Welcome to democracy gone crazy.
  203.  
  204. When you start posting, Use Post for originating a new conversation,
  205. use Follow to publicly comment on someone else's article and use
  206. Reply to send a private email response to the author. 
  207.  
  208. This client has a mail reader that can be accessed through the
  209. Window menu item. Fetch will get your mail and everything else
  210. work like the news reader screen. Once you're in, Article |
  211. Subcribe will give a list of all the newsgroups available through
  212. your provider. The top listbox filters the first part of the newsgroup
  213. name. The right listbox shows the groups you can subscribe to. Click
  214. a group to subscribe. That group will then move to the left listbox.
  215. Click OK to put these new groups on you top pane.
  216.  
  217. The list of subscribed groups will appear in the
  218. top pane of the main window. Doubleclick one to download
  219. the titles. Doubleclick a title to download and read an article.
  220. The first time you scan a newsgroup, it'll take awhile. It will be
  221. retrieving all articles still on the machine rather than all
  222. articles you haven't read yet. If you want to start fresh, use
  223. Article | Catch Up.  After you've read all the articles in a group,
  224. use Article | Read All to get rid of the ones you didn't even
  225. download. If you don't, they'll keep coming back.
  226.  
  227. Everything else for this client is in the docs and is left as
  228. an exercise for the student (I always wanted to say that :))
  229.  
  230. 3) Configure another client (Eudora mail reader):
  231.  
  232. I like the Eudore mail reader. I use the freeware version but
  233. once you outgrow that you can buy the commercial version
  234. that has nice features like message filtering and sorting.
  235.  
  236. Under the Special | Configuration menu item:
  237.  
  238. POP Account:   chico@halcyon.com  is my name@POP host
  239. Real Name:     you know.
  240. SMTP:          I dont use it cuz Eudora can only read via SMTP
  241.                which is why I'm using SLIP.
  242. Return Address:   Where you want people to send answers to your email.
  243.                   Doesnt have to be the same as POP Account. At work,
  244.                   I have return messsage come to my home.
  245.  
  246. Check for mail:   The duration to periodically recheck mail.
  247. Ph Server:        halcyon.com in my case. Ask your provider.
  248. Fonts:            I like courier cuz it's non proportional. 
  249. Message Width:    This is tricker than it looks. This and the font size
  250.                   determines the width of the msg window to read and
  251.                   compose msgs. If you set it too narrow, you wont be
  252.                   able to see the Queue button to send msgs.
  253.  
  254. Under Special | Switches is some more settings. The key one here is
  255.                Save Password. If you dont set this, you'll be prompted
  256.                for the password everytime you check mail. If set,
  257.                you'll only be asked the first time. Special |
  258.                Forget Password can be used to when you dont want
  259.                other to get into your mail.
  260.  
  261. Use File |Check Mail to actually fetch your mail.
  262.  
  263. 4) now for some FTP. 
  264.  
  265. I use WS_FTP by John Junod. It has a nice windows interface and can
  266. be resized to see long unix file names. It starts you with a few
  267. popular ftp sites. CICA is the one MS windows people should get to know.
  268. It has just about every windows shareware app ever built. Most ftp sites
  269. allow anonymous login (thats your user id). When logging in anonymously,
  270. it's good manners to use your email address as the password. WS_FTP does
  271. this for you. Go through the Connect button to get connected. Messages
  272. come in the little box at the bottom. Your directories are on the left,
  273. the remote's are on the right, when you find something you want, hit the
  274. left arrow button in the middle and watch the bits fly. Right button
  275. is for uploading. There's usually an UPLOAD directory on a ftp site that 
  276. will give you the write permissions you need. Once you get Ftp, it's 
  277. time to go shopping for other clients, data, pictures, anything. Get 
  278. ftp working ASAP. You'll love it. Start at CICA at ftp.cica.indiana.edu 
  279. (anonymous). You can get most everything I talked about here at CICA under
  280. /pub/pc/win3/winsock. The current time sync is at
  281. ftp.cac.washington.edu in /pub/winsock/tsync1_7.zip.
  282.  
  283. 5) PINGing:
  284.  
  285. Same guy has a nice simple ping program, WS_PING. Type in a host name
  286. under LookUp then use BlockingPing or AsyncPing to see if the host
  287. is there.
  288.  
  289. 6) Setting Time. 
  290.  
  291.    One little client I like is Time Sync 1.7 by Brad Greer of
  292.    university o' Washington. It will connect to a unix machine that
  293.    provides the unix time service on socket 37 and sets your local
  294.    PC clock to match. This isn't the Navy's Atomic Clock but lets
  295.    get real. This doesn't use the NTP time service. That's the name
  296.    of the atomic clock service over Internet. I dont have an NTP
  297.    client and I really dont need one-- know whatta mean?
  298.  
  299. All of these clients except the Eudora mail reader will start
  300. the Trumpet driver or try to connect if its not already running. 
  301. So expect that when you initially start a client. You can compose
  302. Eudora messages before connecting but to access anything else, have
  303. the driver running first; even if its not dialed in.
  304.  
  305.  
  306. 7) SHOPPING:
  307.  
  308. Here's the CICA winsock index to save you some time.
  309. **
  310. **  Index of Windows Sockets (Winsock) Interface Apps in
  311. **  in ~ftp/pub/pc/win3/winsock at ftp.cica.indiana.edu 
  312. **  [129.79.26.27]
  313. **
  314. **  Last Updated: Tue Apr 12 23:11:41 1994
  315. **
  316. **
  317.  
  318. bsdchat.exe    940321   Berkeley WinSock Daemon Talk Client
  319. cello.zip      940218   lo WWW Browser Release 1.0 (16 Feb 1994)
  320. col_12b1.zip   940311   NCSA Collage for Winsock [203k]
  321. cooksock.zip   931002   Cookie server for windows sockets interface
  322. eudora14.exe   931217   PC Eudora 1.4 WinSockAPI 1.1 POP3/SMTP mail client
  323. ewais154.zip   931123   EINet WAIS client application v1.54 for Winsock
  324. finger31.zip   930810   Windows Sockets Finger Client
  325. gcp_24.exe     940407   GCP++ TCP/IP Tools for Winsock v2.4.2 [1.06mb]
  326. gophbk11.zip   930713   GopherBook, ToolBook based Gopher Client for WinSock
  327. hgoph24.zip    940117   H gopher 2.4 is a Winsock compliant gopher client
  328. phwin22.zip    940407   Full and free CCSO ph client using the winsock 1.1 API 
  329. qvtws397.zip   940307   Windows-Sockets compliant version of TCP/IP WinQVT/Net
  330. qws3270.zip    940325   qws3270 winsock tn3270 emulator 3/25/94 release
  331. serweb03.zip   931209   World Wide Web Server for Windows 3.1 and NT
  332. sticky.zip     940311   Sticky POST-IT(TM) Notes for Winsock
  333. tektel1a.zip   940311   Tektonix (4000) Terminal Emulation for Winsock
  334. trmptel.zip    940311   Trumpet TELNET (VT100) Terminal for Winsock
  335. tsync1_4.zip   940119   Winsock app sets your PC's clock to match a remote host
  336. txtsrv.zip     931002   text server for Winsock API; speaks finger protocol
  337. web3ham.zip    940322   Web4Ham - A World Wibe Web Server for Winsock
  338. wftpd19.zip    940323   Windows FTP daemon 1.8b for Winsock 1.1
  339. wgopher.zip    940201   Gopher for Windows Version 2.2
  340. winapps.zip    931201   Winsock apps that were prev bundled with winsock.zip
  341. winelm.zip     940319   WinElm E-mail reader for Winsock
  342. winfsp12.zip   930810   FSP download application which uses WINSOCK.DLL
  343. winftp.zip     940111   WinSock FTP program executables for Windows NT
  344. wingp.zip      940311   Green Pages for Window Sockets 1.1 Winsock [951k]
  345. winpanda.zip   940311   Panda:gopher, ftp, e-mail & news clients for Winsock
  346. winsock.zip    940202   Peter Tattam's Trumpet Winsock ver 1.0
  347. wintelb3.zip   931202   NCSA Telnet for MS Windows (unsupported beta 3)
  348. wnvn082s.zip   931202   WinVN the NNTP newsreader for Windows (winsock)
  349. wlprs40.zip    940312   WLPRSPL v4, a Windows Sockets based print spooler
  350. wmos20a2.zip   940301   NCSA Mosaic v. 2.0 alpha 2 for MS Windows
  351. ws_ftp.zip     940325   Windows Sockets FTP Client Application Ver 94.03.25
  352. ws_ping.zip    931003   Windows Sockets PING Client Release 1 Version 93.10.03
  353. wsarchie.zip   940322   Mar94 version of WSArchie, Archie Client for WinSock 
  354. wsatest.zip    940311   WSA Test Program for Winsock  
  355. wschesb1.zip   940318   Multiplayer Winsock Chess Beta 1 
  356. wsck-nfs.zip   931029   Allow PC-NFS v5.0 to handle any Winsock compliant app
  357. wslpd.zip      931002   Winsock Line Printer Daemon LPD for Windows
  358. wsmtpd16.zip   931027   Windows 3.1 and NT SimpleMailTransProtocol Daemon
  359. wsock1b2.zip   930728   WinSock: Socket-DLLs for NCSA Telnet for Windows   
  360. wtwsk10a.zip   931002   Trumpet Newsreader NNTP for winsock
  361. -------------------
  362. Kevin Hintergardt  
  363. kevin@chico.wa.com 
  364. Welcome to the Information Goat Path
  365. From news@bigblue.oit.unc.edu Sun Apr 27 14:55:53 1994
  366. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  367.           id AA01944; Fri, 29 Apr 1994 13:32:02 -0400
  368. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  369.           id AA12217; Fri, 29 Apr 1994 13:23:44 -0400
  370. Received: from GATEWAY by bigblue with netnews
  371.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  372. To: winsock@sunsite.unc.edu
  373. Date: 27 Apr 94 14:55:53 GMT
  374. From: choang@tdkt.mn.org (Carl Hoang)
  375. Message-Id: <1994Apr27.145553.4544@tdkt.mn.org>
  376. Organization: The Dark Knight's Table BBS: Free public access news/email
  377. Sender: ses
  378. Subject: EDI and HL7
  379.  
  380. Can someone point me to where I can find discussion groups on EDI and 
  381. HL7?  Thanks. 
  382. --- 
  383.  * OFFLINE 1.56 * Carl Hoang   choang@tdkt.mn.org 
  384. From tcemail!is3.indy.tce.com!FisherM@uunet.uu.net Fri Apr 29 05:25:00 1994
  385. Received: from relay1.UU.NET by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  386.           id AA08333; Fri, 29 Apr 1994 14:21:07 -0400
  387. Received: from uucp3.uu.net by relay1.UU.NET with SMTP 
  388.     (5.61/UUNET-internet-primary) id AAwnth20681; Fri, 29 Apr 94 14:21:04 -0400
  389. Received: from tcemail.UUCP by uucp3.uu.net with UUCP/RMAIL
  390.         ; Fri, 29 Apr 1994 14:21:04 -0400
  391. Reply-To: tcemail!FisherM@is3.indy.tce.com
  392. Received: from MSMAIL.INDY.TCE.COM (157.254.98.63) by nipper.indy.tce.com (PMDF
  393.  #12222) id <01HBQX5PNE9C8WZR19@nipper.indy.tce.com>; Fri, 29 Apr 1994 12:35 EST
  394. Received: by MSMAIL.INDY.TCE.COM with Microsoft Mail id
  395.  <2DC16041@MSMAIL.INDY.TCE.COM>; Fri, 29 Apr 94 12:30:09 PDT
  396. Date: Fri, 29 Apr 94 12:25:00 PDT
  397. From: Fisher Mark <FisherM@is3.indy.tce.com>
  398. Subject: Re: In search of.... Winsock telnet app with KERMIT support
  399. To: WinSock <winsock@sunsite.unc.edu>
  400. Message-Id: <2DC16041@MSMAIL.INDY.TCE.COM>
  401. Encoding: 12 TEXT
  402. X-Mailer: Microsoft Mail V3.0
  403.  
  404.  
  405. >From what I understand, later versions of (alas!) DOS Kermit include TCP/IP 
  406. & TELNET capabilities over a packet driver.  I believe (but haven't seen it 
  407. actually done) that these DOS Kermits will run in a windows under Windows. 
  408.  Haven't heard of a WinSock version of Kermit, yet...
  409. ======================================================================
  410. Mark Fisher                            Thomson Consumer Electronics
  411. fisherm@tcemail.indy.tce.com           Indianapolis, IN
  412.  
  413. "Just as you should not underestimate the bandwidth of a station wagon
  414. traveling 65 mph filled with 8mm tapes, you should not overestimate
  415. the bandwidth of FTP by mail."
  416. From tcemail!is3.indy.tce.com!FisherM@uunet.uu.net Fri Apr 29 05:55:00 1994
  417. Received: from relay1.UU.NET by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  418.           id AA08344; Fri, 29 Apr 1994 14:21:12 -0400
  419. Received: from uucp3.uu.net by relay1.UU.NET with SMTP 
  420.     (5.61/UUNET-internet-primary) id AAwnth20718; Fri, 29 Apr 94 14:21:10 -0400
  421. Received: from tcemail.UUCP by uucp3.uu.net with UUCP/RMAIL
  422.         ; Fri, 29 Apr 1994 14:21:10 -0400
  423. Reply-To: tcemail!FisherM@is3.indy.tce.com
  424. Received: from MSMAIL.INDY.TCE.COM (157.254.98.63) by nipper.indy.tce.com (PMDF
  425.  #12222) id <01HBQXW9NDY88WZMTL@nipper.indy.tce.com>; Fri, 29 Apr 1994 12:56 EST
  426. Received: by MSMAIL.INDY.TCE.COM with Microsoft Mail id
  427.  <2DC16545@MSMAIL.INDY.TCE.COM>; Fri, 29 Apr 94 12:51:33 PDT
  428. Date: Fri, 29 Apr 94 12:55:00 PDT
  429. From: Fisher Mark <FisherM@is3.indy.tce.com>
  430. Subject: Re: Cello vs Mosaic
  431. To: WinSock <winsock@sunsite.unc.edu>
  432. Message-Id: <2DC16545@MSMAIL.INDY.TCE.COM>
  433. Encoding: 37 TEXT
  434. X-Mailer: Microsoft Mail V3.0
  435.  
  436.  
  437. I use both Cello and WinMosaic, but I like Cello better.  The speed of Cello 
  438. far outstrips Mosaic, to the point that I only run Mosaic when I need forms 
  439. or to check if a problem I am seeing is due to my misconfiguration of our 
  440. WWW server.  The stability of Cello seems greater than that of Mosaic 
  441. v2.0a2.  Mosaic has a habit of crashing at the oddest URLs.  My suspicion is 
  442. that Thomas Bruce (author of Cello) is farther up on the Microsoft Windows 
  443. learning curve than the Mosaic authors (putting on asbestos suit :)).  I 
  444. have to maintain different sets of habits for my Windows and NT GUI 
  445. programming than I do for my VMS and UNIX programming, so I find that 
  446. understandable.
  447.  
  448. As for <patlee.417.003B811B@panix.com>, where Patrick Lee says:
  449. >One thing that I like Mosaic over Cello is Mosaic's standard use of text-
  450. >based INI file. I can edit it with a text editor if I like, which I cannot
  451. >with Cello's (non-text-based, at least as of version 1.0).
  452. I think you are speaking of the additional bookmark and style files (not 
  453. CELLO.INI), which I do not understand why they are in binary.  On the other 
  454. hand, the .INI file format can be pretty inflexible, as we found out locally 
  455. (esp. when you need variable #'s of nearly identical entries:
  456. topic1=blah
  457. topic2=bleah
  458. topic3=bloh
  459. ...).
  460.  
  461. Forms support will arrive in Cello v2, which I gather Tom is madly coding 
  462. away at.  Forms are something I could really use in my WWW application, so 
  463. much so that I am coding around it; after all, how DO you put a document 
  464. into your node of the Web?  Tom: that "file input form widget" would be REAL 
  465. nice...
  466. ======================================================================
  467. Mark Fisher                            Thomson Consumer Electronics
  468. fisherm@tcemail.indy.tce.com           Indianapolis, IN
  469.  
  470. "Just as you should not underestimate the bandwidth of a station wagon
  471. traveling 65 mph filled with 8mm tapes, you should not overestimate
  472. the bandwidth of FTP by mail."
  473. From tcemail!is3.indy.tce.com!FisherM@uunet.uu.net Fri Apr 29 05:58:00 1994
  474. Received: from relay1.UU.NET by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  475.           id AA08559; Fri, 29 Apr 1994 14:23:31 -0400
  476. Received: from uucp3.uu.net by relay1.UU.NET with SMTP 
  477.     (5.61/UUNET-internet-primary) id AAwnth21306; Fri, 29 Apr 94 14:23:14 -0400
  478. Received: from tcemail.UUCP by uucp3.uu.net with UUCP/RMAIL
  479.         ; Fri, 29 Apr 1994 14:23:15 -0400
  480. Reply-To: tcemail!FisherM@is3.indy.tce.com
  481. Received: from MSMAIL.INDY.TCE.COM (157.254.98.63) by nipper.indy.tce.com (PMDF
  482.  #12222) id <01HBQY2MT2O08WZGJ3@nipper.indy.tce.com>; Fri, 29 Apr 1994 13:01 EST
  483. Received: by MSMAIL.INDY.TCE.COM with Microsoft Mail id
  484.  <2DC1664B@MSMAIL.INDY.TCE.COM>; Fri, 29 Apr 94 12:55:55 PDT
  485. Date: Fri, 29 Apr 94 12:58:00 PDT
  486. From: Fisher Mark <FisherM@is3.indy.tce.com>
  487. Subject: RE: TN5250 ???
  488. To: WinSock <winsock@sunsite.unc.edu>
  489. Message-Id: <2DC1664B@MSMAIL.INDY.TCE.COM>
  490. Encoding: 12 TEXT
  491. X-Mailer: Microsoft Mail V3.0
  492.  
  493.  
  494. Chameleon 4.0 has a TN5250 app.  I don't have an AS/400 locally to try it 
  495. on, so I don't know about the quality.  I would give their ethernet stack 
  496. ***** (out of 5), while I would give their apps I have used (FTP, TELNET, 
  497. TN3270, and NEWT statistics) ****1/2.
  498. ======================================================================
  499. Mark Fisher                            Thomson Consumer Electronics
  500. fisherm@tcemail.indy.tce.com           Indianapolis, IN
  501.  
  502. "Just as you should not underestimate the bandwidth of a station wagon
  503. traveling 65 mph filled with 8mm tapes, you should not overestimate
  504. the bandwidth of FTP by mail."
  505. From news@bigblue.oit.unc.edu Mon Apr 28 16:31:11 1994
  506. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  507.           id AA09319; Fri, 29 Apr 1994 14:32:11 -0400
  508. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  509.           id AA15932; Fri, 29 Apr 1994 14:05:07 -0400
  510. Received: from GATEWAY by bigblue with netnews
  511.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  512. To: winsock@sunsite.unc.edu
  513. Date: 28 Apr 1994 16:31:11 GMT
  514. From: skeckhardt@mmm.com (Steve Eckhardt)
  515. Message-Id: <2poocf$r7o@dawn.mmm.com>
  516. Organization: 3M Visual Systems Division
  517. Sender: ses
  518. References: <ctp.12.2DBE7FE0@ag-eco.tamu.edu>
  519. Reply-To: skeckhardt@bigblue.oit.unc.edu
  520. Subject: Re: March Beta Trouble
  521.  
  522. In article <ctp.12.2DBE7FE0@ag-eco.tamu.edu>, ctp@ag-eco.tamu.edu (Todd Purifoy) says:
  523. >
  524. >I am running novell and wfw with the March beta.  The only problem I seem to 
  525. >have is occasional hangs.  The only consistent hang up I get is tring to go to 
  526. >the msdos prompt.  Does anyone know why this happens and how to fix it?
  527. >I am pretty sure I made all the needed changes in my *.ini files.  I figure 
  528. >there may be some undocumented change I can make to stabalize this stuff.  
  529. >Thanks
  530. >
  531. >
  532. >ctp@ag-eco.tamu.edu
  533.  
  534. Try the April beta.  It solved our "hang after print" problem;  it might solve
  535. your problem too.
  536.  
  537. Steve Eckhardt  (skeckhardt@mmm.com)
  538. Opinions?  Those are *facts* son.  (been in Texas too long)
  539. From news@bigblue.oit.unc.edu Fri Apr 25 14:41:49 1994
  540. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  541.           id AA01694; Fri, 29 Apr 1994 17:02:19 -0400
  542. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  543.           id AA15042; Fri, 29 Apr 1994 16:54:13 -0400
  544. Received: from GATEWAY by bigblue with netnews
  545.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  546. To: winsock@sunsite.unc.edu
  547. Date: 25 Apr 94 14:41:49 GMT
  548. From: dmga@chevron.com
  549. Message-Id: <1994Apr25.144149.9939@nntpserver.chevron.com>
  550. Organization: Chevron
  551. Sender: ses
  552. References: <2p6d73$7vo@nntp2.Stanford.EDU>
  553. Reply-To: dmga@chevron.com
  554. Subject: Re: Is it worth trying out the TCP/IP betas?
  555.  
  556. In article <2p6d73$7vo@nntp2.Stanford.EDU>, chrisw@leland.Stanford.EDU (Christopher Jon Wilkins) says:
  557. >
  558. >
  559. >The question is: is it worth buying WFWG3.11 and downloading one of the
  560. >Microsoft TCP/IP betas (which one: there seems to be two?). What extra features
  561. >will this give me? Is it worth the money (only $31 per PC at academic
  562. >prices). Shoudl I just wait until the next batch of WIndows products comes
  563. >out?
  564. >
  565. YES, The Daytona Beta has been very stable for us. I've used it on various
  566. pc's 386/33 - 486/66 (Austin, Gateways, Compaq).  About the only program
  567. that we can't get to work is Rumba 3 release 5. Hope Rumba 4 fixes this.
  568.  
  569. There is also more 32bit code in 3.11.
  570.  
  571. Regards, David in Houston.
  572. From news@bigblue.oit.unc.edu Tue Apr 29 09:33:55 1994
  573. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  574.           id AA01731; Fri, 29 Apr 1994 17:02:31 -0400
  575. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  576.           id AA10060; Fri, 29 Apr 1994 17:00:08 -0400
  577. Received: from GATEWAY by bigblue with netnews
  578.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  579. To: winsock@sunsite.unc.edu
  580. Date: 29 Apr 1994 09:33:55 GMT
  581. From: axel@hp1.ang-physik.uni-kiel.de (Axel Sommerfeldt)
  582. Message-Id: <2pqka3$dtf@solid.theo-physik.uni-kiel.de>
  583. Organization: Department of Theoretical Physics, University of Kiel, Germany
  584. Sender: ses
  585. References: <zander.86.00EE17F2@lysator.liu.se>
  586. Subject: Re: A free Telnet for winsock
  587.  
  588. zander@lysator.liu.se (Peter Zander) writes:
  589.  
  590. >I have uploaded a new version of EWAN, my VT100/telnet for winsock on:
  591. >ftp.lysator.liu.se in /pub/msdos/windows/ewan1b.arj
  592. >also available from page
  593. >http://www.lysator.liu.se/~zander/ewan.html
  594.  
  595. Can someone place it on a better location? E.g. CICA, who has many mirrors!
  596.  
  597. Axel.
  598.  
  599. --
  600.  
  601. --------------------------------------------------------------------------------
  602. axel@hp1.ang-physik.uni-kiel.de | Warum hat uns Gott f"ur die Rippe nicht lieber
  603. Harald_Sommerfeldt@ki.maus.de   | gleich ein Motorrad gegeben? (Chris Vetter)
  604. From news@bigblue.oit.unc.edu Mon Apr 28 03:13:29 1994
  605. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  606.           id AA06893; Fri, 29 Apr 1994 17:32:08 -0400
  607. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  608.           id AA19710; Fri, 29 Apr 1994 17:09:10 -0400
  609. Received: from GATEWAY by bigblue with netnews
  610.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  611. To: winsock@sunsite.unc.edu
  612. Date: 28 Apr 1994 03:13:29 GMT
  613. From: cpunk@halcyon.halcyon.com (Malcolm G. Mead)
  614. Message-Id: <2pn9kp$lqj@nwfocus.wa.com>
  615. Organization: Northwest Nexus Inc.
  616. Sender: ses
  617. Subject: MY KINGDOM FOR A DECENT NEWSREADER
  618.  
  619. Please please plesaase... somebody tell me there is a decent newsreader
  620. client somewhere in teh digital universe!!!! Mail me a note and I'll be
  621. very very grateful!!!! (sorry about the typos... unfamiliar editor...
  622. ..
  623.  
  624.